home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Guinness Multimedia Disc of Records 1992
/
Guinness Disc of Records 1992 (DOS Version).bin
/
install.dat
< prev
next >
Wrap
Text File
|
1992-05-18
|
3KB
|
106 lines
@DefineProject
@Name = "The Guinness Multimedia Disc of Records" /* Product Textual Name: */
@Version = "V2.10"
@Subdir = "GDR" /* default subdirectory for files */
@OutDrive = C
@Group = "A"
@Requires 2000000 /* requires two megabytes */
@Requires @Harddisk
@EndProject
@Display
@Cls
This program will install @Name
Version @Version on your computer system.
You may press the [Esc] key at any time to abort the
installation. INSTALL will ask you several questions about your
computer hardware.
Each question has a default answer. If the default answer is
correct, press the ENTER key in response to the question.
Otherwise, type the answer and then press the ENTER key.
If you make a mistake while typing, press the BACKSPACE key
and then retype the answer.
@Pause
@EndDisplay
@if (@VideoGraph < 18)
@Display
Your system appears not to have a VGA display with at least
256K memory. This means that you will not be able to view
the pictures included with @name,
although display of text will be normal. We recommend
installation of a VGA or Super VGA display for maximum enjoyment
of @Name.
@pause
@EndDisplay
@endif
@GetOutDrive
@Cls
On which disc drive do you wish to install
@Name?
@EndOutDrive
@GetSubdir
@Cls
Now you need to specify the disc destination subdirectory.
The subdirectory is the location on your disc where
@Name system will be installed.
If you don't know what a "subdirectory" is, you probably need not
worry about it and should just press Enter at the next prompt.
@Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
@EndSubdir
@DefineDisk
@Label = "Guinness Multimedia Disc of Records V2.10"
@File GDR.EXE
@File GDR.HLP
@File SOUNDEX.IDX
@File SOUNDEX.DAT
@File GUINNESS.NMX
@File GUINNESS.NMT
@File GUINNESS.BRX
@File CAPTIONS.NMX
@File CAPTIONS.NMT
@File CAPTIONS.BRX
@File GRAPHICS.TAB
@File STOPWORD.TAB
@EndDisk
@SetConfig
@Overwrite
@Files = 30
@EndConfig
@Finish
@System "echo echo off > @OutDrive:\\GDR.BAT"
@System "echo @Outdrive: >> @OutDrive:\\GDR.BAT"
@System "echo cd @Subdir >> @OutDrive:\\GDR.BAT"
@System "echo gdr SMART.CFG @OutDrive:\\@Subdir -n >> @OutDrive:\\GDR.BAT"
@System "echo CD \\ >> @OutDrive:\\GDR.BAT"
@System "echo @InDrive:\\GUINNESS >> @OutDrive:\\@Subdir\\SMART.CFG"
@ChDrive @OutDrive
@Chdir "\\"
@Cls
Installation of @name is complete.
To run @name, simply enter "GDR"
at the DOS prompt, from the root directory of
drive @Outdrive (@Outdrive:\).
If your CONFIG.SYS file was modified, you will
need to reboot your computer before running GDR.
@pause
@EndFinish